home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / action_fishing.swf / scripts / DefineButton2_11 / BUTTONCONDACTION on(release).as
Text File  |  2011-01-13  |  118b  |  8 lines

  1. on(release){
  2.    if(_root.pausa == false)
  3.    {
  4.       _root.gotoAndPlay("juego");
  5.       mysoundob.stop();
  6.    }
  7. }
  8.